home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Networking / JSaver / Source / NewAppletDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-05  |  189 b   |  14 lines  |  [TEXT/CWIE]

  1. /*
  2.  * NewAppletDialog.h
  3.  */
  4.  
  5. #pragma once
  6.  
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10.     void newAppletDialog();
  11.     void getSelectedURL(Str255 urlText, Str255 urlLabel);
  12. #ifdef __cplusplus
  13. }
  14. #endif